/**********************************/
/* COLORI*/
/* qui e nel DB*/
/* POPUP */
div[role=dialog] {
  padding: 1vh 1vw !important; /*TRASFORMARE IN MARGIN INTERNO PER ALLINEAMENTO!*/
  /*    font-family: "Fjalla One", serif !important;*/
}

div[role=radiogroup] {
  /* 2 BOX in alto CHECK-IN - CHECK-OUT */
  /* BOX attualmente selezionato*/
}
div[role=radiogroup] div[role=radio] {
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: solid 2px #000 !important;
  letter-spacing: 1px;
}
div[role=radiogroup] div[aria-checked=true] div[role=radio] {
  background-color: #000 !important;
}

div[role=button][aria-selected=true] {
  /* evidenziazione date intermedie */
  /* evidenziazione date inizio e fine */
}
div[role=button][aria-selected=true] > div {
  /*background: #a63cbf9e !important;*/
  /*color: #fff !important;*/
  background: #ffe476 !important;
  color: #000 !important;
}
div[role=button][aria-selected=true].mbsc-cal-sel-start > div, div[role=button][aria-selected=true].mbsc-cal-sel-end > div {
  /*background: $viola !important;*/
  /*color: #fff !important;*/
  background: #FFCC00 !important;
  color: #000 !important;
  font-weight: bold !important;
}

.mbsc-mobiscroll {
  /* intestazione anno */
  /* intestazione nome mesi */
  /* intestazione giorni della settimana */
  /* frecce avanti/indietro */
  /* submit del form */
}
.mbsc-mobiscroll .mbsc-cal-year {
  color: #000 !important;
  font-weight: bold !important;
  margin-top: 5px !important;
}
.mbsc-mobiscroll .mbsc-cal-month {
  text-transform: uppercase !important;
  color: #000 !important;
  background: #e5e5e5 !important;
  font-family: "Fjalla One", serif !important;
}
.mbsc-mobiscroll .mbsc-cal-month:hover {
  background: #0067BC !important;
  color: #fff !important;
  /*border: solid 2px #000 !important;*/
}
.mbsc-mobiscroll .mbsc-cal-days {
  /*color: $viola !important;*/
  color: #000 !important;
}
.mbsc-mobiscroll .mbsc-cal-days th {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important;
  margin-top: 5px;
}
.mbsc-mobiscroll .mbsc-cal-btn-txt, .mbsc-mobiscroll .mbsc-fr-btn-d {
  color: #000 !important;
  opacity: 4.3 !important;
}
.mbsc-mobiscroll .mbsc-cal-btn-txt:hover, .mbsc-mobiscroll .mbsc-fr-btn-d:hover {
  background: #000 !important;
  color: #fff !important;
}
.mbsc-mobiscroll .mbsc-fr-btn-cont div {
  /*text-align: right !important;*/
  /* BTN annulla */
}
.mbsc-mobiscroll .mbsc-fr-btn-cont div [role=button] {
  background: #A63CBF !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 0 none !important;
  font-family: "Fjalla One", serif !important;
  margin: 0 0 0 10px !important;
}
.mbsc-mobiscroll .mbsc-fr-btn-cont div [role=button]:hover {
  background: #00A242 !important;
  cursor: pointer !important;
}
.mbsc-mobiscroll .mbsc-fr-btn-cont div:last-child [role=button]:hover {
  background: #ED4726 !important;
}

/*# sourceMappingURL=Bedzzle.css.map */
